DataCollection | ComponentOne
C1.iOS.DataCollection Assembly / C1.iOS.DataCollection Namespace / C1TableViewSource<T> Class / FooterViewDisplayingEnded Method

In This Topic
    FooterViewDisplayingEnded Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Sub FooterViewDisplayingEnded( _
       ByVal tableView As UIKit.UITableView, _
       ByVal footerView As UIKit.UIView, _
       ByVal section As IntPtr _
    ) 
    public virtual void FooterViewDisplayingEnded( 
       UIKit.UITableView tableView,
       UIKit.UIView footerView,
       IntPtr section
    )

    Parameters

    tableView
    footerView
    section
    See Also